projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81b7e92
)
Fix to build the kmod-loop package too (thanks sophana for reporting)
author
Nicolas Thill
<
[email protected]
>
Tue, 5 Jul 2005 17:45:06 +0000
(17:45 +0000)
committer
Nicolas Thill
<
[email protected]
>
Tue, 5 Jul 2005 17:45:06 +0000
(17:45 +0000)
SVN-Revision: 1355
openwrt/target/linux/linux-2.4/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/target/linux/linux-2.4/Makefile
b/openwrt/target/linux/linux-2.4/Makefile
index e1ae0b3800c03deae1318ccf3f367952ebc24c1f..c23c4f51d4df135d95468f04a6268e517ea335c9 100644
(file)
--- a/
openwrt/target/linux/linux-2.4/Makefile
+++ b/
openwrt/target/linux/linux-2.4/Makefile
@@
-101,6
+101,9
@@
$(eval $(call KMOD_template,IDE,ide,\
$(MODULES_DIR)/kernel/drivers/ide/*.o \
$(MODULES_DIR)/kernel/drivers/ide/*/*.o \
,CONFIG_IDE))
+$(eval $(call KMOD_template,LOOP,loop,\
+ $(MODULES_DIR)/kernel/drivers/block/loop.o \
+,CONFIG_BLK_DEV_LOOP))
$(eval $(call KMOD_template,EXT2,ext2,\
$(MODULES_DIR)/kernel/fs/ext2/*.o \
,CONFIG_EXT2_FS))